/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 18px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #031C31;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     background: #fff;
     clear: both;
     padding: 23px 25px !important;
     border-radius: 64px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 20px;
     color: #070404;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #03cafc;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #03cafc;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.login_btn a {
     background: #03cafc;
     padding: 9px 32px !important;
     display: inline;
     border-radius: 20px;
     color: #fff !important;
     margin: 0 10px;
}

.login_btn a:hover {
     background: #000 !important;
}

.sea_icon a {
     color: #8c8c8c !important;
}


.header {
     width: 100%;
     padding: 30px 30px;
     background: transparent;
     position: absolute;
     z-index: 999;
     border-top: #090102 solid 11px;
}

.logo {
     padding-top: 10px;
     /**width: 10%;
     height: 10%;**/
}


/** banner section **/

/** banner Antiguo 
.banner_main {
     padding: 50px 0 0px 0;
     background: url(../images/Imagenprincipal.jpg);**/
     /**opacity: 0.8; (ESTABA COMENTADO)**/
     /**background-size: 145% 130%; (ESTABA COMENTADO)**/
     /**background-size: 115% 150%;**/
     /**background-size: (ESTABA COMENTADO)120% 170%;**/
     /**background-repeat: no-repeat;
}**/

/** banner Nuevo 
.banner_main {
  width: auto;
  height: auto;
  background-image: url('/carta porte/terrestre/images/hombre-junto-al-camion-chico-uniforme-repartidor-hombre-portapapeles.jpg');
  background-size: 100% 100%;
}**/

/** banner Nuevo **/
.banner_main {
  width: auto;
  height: 900px;
  background-repeat: no-repeat;
  background-image: url('/carta porte/terrestre/images/hombre-junto-al-camion-chico-uniforme-repartidor-hombre-portapapeles.jpg');
  background-size: 10% 10%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.titlepageprincipal h2{
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #000;
     font-size: 40px;
     /**color: #00B6FF;**/
     color: #fff;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}

/** text-bg Antiguo **/
/**
.text-bg {
     text-align: center;
}

.text-bg h1 {
     color: #070404;
     font-size: 60px;
     line-height: 76px;
     padding-bottom: 45px;
     font-weight: bold;
     text-transform: uppercase;
}

.text-bg .read_more {
     border: #1a1a1a solid 2px;
     color: #1a1a1a !important;
     font-weight: 500;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}
**/
/** text-bg Nuevo **/

.text-bg {
     text-align: left;
     padding-top: 120px;
}

.text-bg h1 {
     /**color: #ffff;
     font-size: 70px;
     line-height: 70px;
     font-weight: bold;**/
    text-align: center; 
font-family: Comic Sans MS; 
font-weight:bold; 
font-size: 50px;
color: #f5f6f6; 
/**color: #D7F5FF;**/ 
text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, -2px 2px 0 #000000, 2px 2px 0 #000000, 1px 1px #000000, 2px 2px #000000, 3px 3px #000000, 4px 4px #000000, 5px 5px #000000; 6px 6px #414D68, 7px 7px #414D68, 8px 8px #414D68, 9px 9px #414D68;
}

.text-bg span {
     line-height: 28px;
     padding-bottom: 20px;
     display: block;
     color: #ffff;
     font-size: 30px;
     font-weight: 600;
}

.text-bg p {
     line-height: 28px;
     padding-bottom: 70px;
     display: block;
     color: #fff;
     font-size: 17px;
}

.text-bg a {
     font-size: 25px;
     color: #fff;
     font-weight: 600;
     text-align: left;
     display: inline-block;
     transition: ease-in all 0.5s;
     position: relative;
     line-height: 1px;
}

.text-bg a::before {
     position: absolute;
     content: "";
     top: 3px;
     border-right: #ffff00 solid 1px;
     border-width: 90px;
     height: 1px;
     right: -111px;
}

.text-bg a:hover {
     color: #fff;
     transition: ease-in all 0.5s;
}

.ban_img figure {
     margin: 0;
}

#banner1 .carousel-caption {
     position: inherit;
     padding: 0;
}

#banner1 .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 62px;
     height: 60px;
     background: transparent;
     border: #1a1a1a solid 2px;
     opacity: 1;
     font-size: 30px;
     color: #131215;
     border-radius: 60px;
     top: 43%;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
     background: transparent;
     border: #03cafc solid 2px;
     color: #03cafc;
}

#banner1 a.carousel-control-prev {
     position: absolute;
     left: 20px;
     bottom: 10px;
}

#banner1 a.carousel-control-next {
     position: absolute;
     right: 20px;
     bottom: 10px;
}


/** end banner section **/

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     border: #ffffff solid 2px;
     color: #1a1a1a;
     padding: 15px 0px;
     width: 100%;
     max-width: 222px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 40px;
}

.read_more:hover {
     background: #03cafc;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     /** Linea divisora entre secciones**/
     /*border-bottom: #00CDFF solid 1px;**/
     /**padding: 130px 0 90px 0;**/
     /**background: #f5f6f6;**/
/**position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);**/
     
/** vamos a comentarlo por el momento**/
    background-color: rgba(255,255,255,0.5);
     margin-top: 90px;

}

.titlepage h2 {
     font-size: 40px;
     color: #2E9BC4;
     line-height: 45px;
     /**font-weight: bold;*/
     padding: 0;
}


.about .about_img {
     margin-left: -40px;
     border-color: #000;
}

/**.about .titlepage::before {
     position: absolute;
     content: "";
     width: 220px;
     height: 411px;
     right: -30px;
     background-color: #f5f6f6;
     background: url(../images/about_right_cross.jpg); (estaba comentado)
     background-repeat: no-repeat;
     top: -27px;
     z-index: -1;
}**/

.about .about_img figure {
     margin: 0;
}

/** Lo viejo.about .titlepage {
     border: #00CDFF solid 1px;(ya estaba comentado)
     padding: 40px 40px;
     z-index: 10018;
     background: #f5f6f6;(ya estaba comentado)
     margin-right: 40px;
}

.about .titlepage p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 35px;
     font-weight: 400;
     padding-top: 20px;
}
.about .titlepage h2 {
     font-size: 35px;
     color: #00B6FF;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}**/


/** Lo nuevo**/

.about .titlepage{
     text-align: center;
     padding-bottom: 60px;
}

.about .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
}
.about h3{
     font-size: 15px;

    /**background: #fff;
      box-shadow: 0 0 0 .2rem #a070c0;
     border: .2rem solid black;**/
}

.about .read_more {
     border: #1a1a1a solid 2px;
     color: #1a1a1a;
     font-weight: 500;
     margin-top: 44px;
}

/** end about section **/


/** Our  Glasses section **/

.glasses{
     /**background: #fff;**/
     background: #f5f6f6;
     border-radius: 90px;
     margin-top: 90px;
}

.glasses .titlepage{
     text-align: center;
     padding-bottom: 60px;
}

.glasses .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
}

.blu {
     /**color: #03cafc;
     text-transform: initial;**/
     /**font-size: 25px;**/
     font-size: 50px;
     /**color: #00B6FF;**/
     color: #2E9BC4;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}
.contorno_negro {
     /**color: #03cafc;
     text-transform: initial;**/
      -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #000;
     font-size: 45px;
     /**color: #00B6FF;**/
     color: #fff;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}

.glasses .glasses_box{
      text-align: center;
     border: #fff solid 2px;
     border-radius: 70px;
     padding: 20px 0px 10px 0px;
     margin-bottom: 20px;
     /**background-color: #6EDBFF;**/
     background-color: #fff;
}

/**.glasses .glasses_box:hover {
    opacity: 0.9;
   background-color:#f5f6f6; COMENTADO
    border-color: #fff;
}**/

.glasses .glasses_box figure{
     margin: 0;
}

.glasses .glasses_box h3 {
     color: #100d0d;
     font-size: 22px;
     line-height: 20px;
     padding: 70px 0px 9px 0px;
}

.glasses .glasses_box p{
     color: #2a2a2c;
     font-size: 18px;
     line-height: 28px;
     font-weight: 400;
}

.glasses .read_more {
     border: #1a1a1a solid 2px;
     font-weight: 500;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}

/** end Our  Glasses section **/

/** Our  video section **/

.video{
      /** Linea divisora entre secciones**/
     /**border-bottom: #00CDFF solid 1px;**/
     background: #f5f6f6;
     border-radius: 90px;
     margin-top: 90px;
}

.video .titlepage{
     text-align: center;
     padding-bottom: 60px;
}

.video .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
}

.video .video_box{
      text-align: center;
     border: #00BFFF solid 2px;
     border-radius: 70px;
     padding: 60px 0px 30px 0px;
     margin-bottom: 30px;
     /**background-color: #6EDBFF;**/
     background-color: #fff;
}


.video .video_box:hover {
    opacity: 0.9;
    /**background-color:#f5f6f6;**/
    border-color: #fff;
}

.video .video_box figure{
     margin: 0;
}

.video .video_box h3 {
     color: #100d0d;
     font-size: 22px;
     line-height: 20px;
     padding: 70px 0px 9px 0px;
}

.video .video_box p{
     color: #2a2a2c;
     font-size: 18px;
     line-height: 28px;
     font-weight: 400;
}

.video .read_more {
     border: #1a1a1a solid 2px;
     font-weight: 500;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}
/** end Our  video section **/


/** Our  capturas section **/
.capturas{
      /** Linea divisora entre secciones**/
     /**border: #ccc solid 7px;**/
     border-radius: 5%;
     background: #f5f6f6;
     margin-top: 90px;
}

.capturas .titlepage{
     text-align: center;
     padding-bottom: 60px;
}

.capturas .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
}

.capturas .capturas_box{
      text-align: center;
     border: #fff solid 2px;
     border-radius: 70px;
     padding: 20px 0px 10px 0px;
     margin-bottom: 20px;
     /**background-color: #6EDBFF;**/
     background-color: #fff;
     cursor: pointer;
}
.capturas .capturas_box2{
      text-align: center;
     border: #fff solid 2px;
     border-radius: 50%;
     width: 300px;
     height: 300px;
     padding: 40px 0px 0px 0px;
     margin-bottom: 20px;
     /**background-color: #6EDBFF;**/
     background-color: #fff;
     cursor: pointer;
}


/**.capturas .capturas_box:hover {
    opacity: 0.9;
    background-color:#f5f6f6;
    border-color: #fff;
}**/

.capturas .capturas_box figure{
     margin: 0;
}
.capturas .capturas_box h2 {
     color: #100d0d;
     font-size: 22px;
     line-height: 20px;
     /**padding: 40px 0px 9px 0px;**/
}
.capturas .capturas_box h3 {
     /**color: #100d0d;**/
     /**color: #00B6FF;**/
     color: #2E9BC4;
     font-size: 22px;
     line-height: 20px;
     /**padding: 40px 0px 9px 0px;**/
}
.capturas .capturas_box h1 {
     /**color: #100d0d;**/
     color: #2E9BC4;
     /**font-size: 22px;
     line-height: 20px;**/
     /**padding: 40px 0px 9px 0px;**/
}

.capturas .capturas_box p{
     color: #2a2a2c;
     font-size: 18px;
     line-height: 28px;
     font-weight: 400;
}

.capturas .read_more {
     border: #1a1a1a solid 2px;
     font-weight: 500;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}
/** end Our  capturas section **/

/** Our  marcas section **/

.marcas{
     /**background: #93E4FF;**/
     background: #f5f6f6;
     border: #fff solid 3px;
     border-radius: 90px;
     margin-top: 90px;
}

.marcas .titlepage{
     text-align: center;
     padding-bottom: 60px;
}
.marcas h2 {
     font-size: 40px;
     color: #2E9BC4;
     /**color: #00B6FF;**/
     line-height: 45px;
     /**font-weight: bold;**/
     padding: 0;
}

.marcas .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
}

.marcas .marcas_box{
      text-align: center;
     border: #00BFFF solid 2px;
     border-radius: 70px;
     padding: 60px 0px 30px 0px;
     margin-bottom: 30px;
     /**background-color: #6EDBFF;**/
     background-color: #fff;
}


.marcas .marcas_box:hover {
    opacity: 0.9;
    /**background-color:#f5f6f6;**/
    border-color: #fff;
}

.marcas .marcas_box figure{
     margin: 0;
}

.marcas .marcas_box h3 {
     color: #100d0d;
     font-size: 22px;
     line-height: 20px;
     padding: 70px 0px 9px 0px;
}

.marcas .marcas_box p{
     color: #2a2a2c;
     font-size: 18px;
     line-height: 28px;
     font-weight: 400;
}

.marcas .read_more {
     border: #1a1a1a solid 2px;
     font-weight: 500;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}
.marcas img:hover{
     /**color:#00B6FF;**/
     opacity: 0.2;
}

/** end Our  marcas section **/


/** Our shop section 

.shop {
     margin-top: 90px;
     background: #fefdf9;
     background: #D7F5FF;
     border-top: #f2f1ed solid 1px;
     border-bottom: #f2f1ed solid 1px;
}

.shop .shop_img figure {
     margin: 0;
}

.shop .shop_img figure img {
     width: 100%;
}

.padding_right0 {
     padding-right: 0;
}**/

/**.shop .max_width {
     text-align: left;
     background: #030404;
     height: 68%;
     padding-top: 86px;
     padding-left: 35px;
     padding-bottom: 90px;
     display: flex;
     flex-wrap: wrap;
}**/

/** aqui empuisa 
.shop .titlepage {
     max-width: 612px;
     width: 100%;
     float: left;
}

.shop .titlepage h2 {
     color: #00B6FF;
     border-bottom: #00B6FF solid 1px;
     padding-bottom: 10px;
     float: left;
     clear: both;
}

.shop .titlepage p {
     color: #000000;
     font-size: 17px;
     line-height: 30px;
     Tamaño del shop section 
     padding: 10px 0px 10px 0;
     width: 100%;
     display: inline-block;
}**/

.shop h2{
     text-align: center;
}
.shop .titlepage .read_more {
     color: #000000 !important
}
/** aqui termina**/

/** end Our shop section **/


/** clients section **/

.clients {
     padding: 90px 0 70px 0;
}

.clients .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.clients .titlepage p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 29px;
     padding-top: 10px;
}

.clients_box h3 {
     color: #2a2a2c;
     font-size: 26px;
     line-height: 30px;
     padding-top: 23px;
     font-weight: 600;
}

.clients_box p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 30px;
}

.clients_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.clients_box {
     border: #606060 solid 1px;
     padding: 40px 32px 40px 0px;
     float: left;
     text-align: left;
     margin-left: 89px;
}

.clients_box figure {
     margin: 0;
     float: left;
     margin-left: -102px;
     padding-right: 30px;
}

#myCarousel .carousel-indicators {
     bottom: -70px;
}

#myCarousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #111;
}

#myCarousel .carousel-indicators .active {
     background: #8c8a8a;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     display: none;
}


/** end clients section **/


/** contact section **/

.contact {
     margin-top: 90px;
}

.contact .main_form h3 {
     color: #4b4b4c;
     font-size: 27px;
     line-height: 30px;
     text-align: center;
     display: block;
     font-weight: 600;
     padding: 0;
}

#map {
     height: 100%;
     min-height: 732px;
}

.main_form {
     position: absolute;
     z-index: 999;
     background: #fff;
     padding: 40px 50px;
     margin-top: 107px;
}

.main_form .contactus {
     border-bottom: #111111 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #4b4b4c;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.main_form .contactusmess {
     border-bottom: #111111 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     padding-top: 40px;
     padding-bottom: 14px;
     background: transparent;
     color: #4b4b4c;
     ;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.send_btn {
     background: #03cafc;
     font-weight: 600;
     font-size: 18px;
     width: 100%;
     color: #fff;
     height: 50px;
     border-radius: 30px;
     margin-top: 20px;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.send_btn:hover {
     background: #4b4b4c;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #4b4b4c;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: #252525;
     padding-top: 90px;
     text-align: center;
     font-family: 'Roboto', sans-serif;
}

ul.location_icon {
     text-align: center;
}

ul.location_icon li {
     display: inline-block;
     font-size: 15px;
     line-height: 20px;
     color: #fff;
     text-align: center;
     padding: 0 20px;
}

ul.location_icon li a {
     font-size: 40px;
     color: #fff;
     line-height: 30px;
     display: block;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
     background: #fbfdfd;
}

.copyright p {
     color: #292929;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
     cursor: pointer;
}

.copyright a {
     color: #292929;
}

.copyright p:hover {
     color: #03cafc;
}

.Titulo_Footer h1{
     color: #FFFFFF;
     text-align: center;
}


/** end footer **/


/** inner page css **/

.position_head .header {
     position: inherit;
     /**background: #f5f6f6;**/
     background: #D7F5FF;
}

.position_head .glasses,
.shop {
     margin-bottom: 90px;
}

.position_head .video,
.shop {
     margin-bottom: 90px;
}
.position_head .marcas,
.shop {
     margin-bottom: 90px;
}


/** Efecto subrrallado al pasar el mouse **/
.efectoSubrayado {
        display: inline-block;
        position: relative;
        color: #ffff;
        font-weight: bold;
        cursor: pointer;
    }
     .centerSides::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 3px;
        bottom: 0;
        left: 0;
        /**background-color: #00A4D8;**/
        background-color: #00A4D8;
        transform-origin: left right;
        transition: transform 0.25s ease-out;
    }
    .centerSides:hover::after {
        transform: scaleX(1);
        transform-origin: right left;
    }


/** Hacer el video responsive **/
    .video-responsive {
     height: 0;
     overflow: hidden;
     padding-bottom: 56.25%;
     padding-top: 30px;
     position: relative;
     }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     }

/** Estilos Formulario **/
.Formulario{
     margin-top: 90px;
     background:#f5f6f6;
     border-radius: 70px;
     /**border: 3px solid #ccc;**/
     /**background:#fff;**/
}

.Formulario p{
     text-align: center;
}
.Formulario h1{
     text-align: center;
}
.Formulario h2{
     text-align: center;
}

* {
  box-sizing: border-box;
}

/**
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
input[type=number], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  opacity: 0.3;
  background-color: #00B6FF;
  color: white;
  padding: 12px 20px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 90px;
  border-radius: 4px; comentar
  cursor: pointer;
  float: right; comentar
}

input[type=submit]:hover {
     opacity:0.9;
  background-color: #2E9BC4;
  border: 5px solid #f2f2f2;
  border-radius: 90px;
}**/

.Formulario .container {
  border-radius: 10px;
  /**border: 1px solid #00B6FF;**/
  background-color: #fff;
  padding: 20px;
}


.Formulario .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.Formulario .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/** Botones formulario **/


/* FORM ELEMENTS**/

.my-form select,
.my-form textarea,
.my-form button {
  /**width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 1px solid var(--borderFormEls);
  color: var(--white);
  background: var(--bgFormEls);**/
  /**opacity: 0.5;**/
  align-content: center;
  background-color: #00B6FF;
  color: white;
  font-size: 15px;
  padding: 12px 20px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.my-form select:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus + label {
  /**background: var(--bgFormElsFocus);**/
  opacity:0.9;
  background-color: #00B6FF;
  border: 5px solid #f2f2f2;
  /**border-radius: 90px;**/
}
.Boton_verde button {
  /**width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 1px solid var(--borderFormEls);
  color: var(--white);
  background: var(--bgFormEls);**/
  /**opacity: 0.5;**/
  align-content: center;
  background-color: #00D330;
  color: white;
  font-size: 15px;
  padding: 12px 20px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.Boton_verde select:focus,
.Boton_verde textarea:focus,
.Boton_verde button:enabled:hover,
.Boton_verde button:focus,
.Boton_verde input[type="checkbox"]:focus + label {
  /**background: var(--bgFormElsFocus);**/
  opacity:0.9;
  background-color: #00D330;
  border: 5px solid #f2f2f2;
  /**border-radius: 90px;**/
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}

.my-form button {
  font-weight: bold;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(110%);
}


/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
  .my-form .grid {
    display: grid;
    grid-gap: 1.5rem;
  }

  .my-form .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center;
  }

  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .my-form .required-msg {
    display: block;
  }
}


/** Experimento **/
.do-circle {
  border-radius: 50%;
}

.do-item {
  width: 100%;
  height: auto;
  position: relative;
}

.do-item-circle {
  max-width: 261px;
}

.do-item-square {
  max-width: 350px;
}

.do-info-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transition: all 0.4s ease-in-out;
  perspective: 800px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 115, 0.2);
}

.do-info {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
}

.do-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.do-info .do-info-back {
  transform: rotate3d(0, 1, 0, 180deg);
  background: #fff;
}

.do-info h3 {
  color: #2E9BC4;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  margin: 0 5px;
  padding: 80px 0 0 0;
  height: 70px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 2px #2E9BC4, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.do-info-back {
  text-align: center;
}

/** Linea**/
/**.do-info-back > div {
  color: #2E9BC4;
  padding: 0px 5px;
  margin: 0 3px;
  font-size: 15px;
  border-top: 1px solid #2E9BC4;
}**/

.do-item:hover .do-info-wrap {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(255, 255, 255, 0.8);
}

.do-item:hover .do-info {
  transform: rotate3d(0, 1, 0, -180deg);
}
